runtime._panic.start (method)

4 uses

	runtime (current package)
		panic.go#L605: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L629: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L785: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L817: func (p *_panic) start(pc uintptr, sp unsafe.Pointer) {